-
-
Notifications
You must be signed in to change notification settings - Fork 95
Update authors/contributors spec #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
} | ||
], | ||
"contributors": ["PythonPerfection"], | ||
"authors": ["PythonProfessor"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we change this second example so it's more visibly different to the first pls?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this (pushed change)?
- The `"contributors[].exercism_username"` key is optional | ||
- The `"contributors[].exercism_username"` key must be a non-empty, non-blank string | ||
- The `"contributors[].exercism_username"` value is treated case-insensitively | ||
- The `"contributors"` value must be a non-empty array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requiring that contributors
is non-empty is a new requirement in this PR, and it's not obvious that this was intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it should not have been. This is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed in https://github.com/exercism/docs/pull/91/files
No description provided.